@charset "utf-8";
/* CSS Document */
.top{
    position: relative;
    padding-top: 80px;
}
.head{position: relative;}
.logo{
    text-align: center;
    margin-bottom: 30px;
}
.formbox{
    height: 40px;
    position: relative;
    border-radius: 20px;
    background: #fff;
    margin-top: 25px;
    margin-right: 15px;
    float: right;
    min-width: 40px;
}
.wmfw{
    text-align: center;
}
.inputText{
    width: 160px;
    height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 50px;
    border: none;
    display: none;
}
.search-submit{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("/material/new_images/search-icon1.png") no-repeat center center;
    border: none;
    cursor: pointer;
    background-size: 18px;
}
.topText{
    position: absolute;
    right: 0;
    top: 0;
}
.topText p{
    font-size: 30px;
    color: #be0121;
    letter-spacing: 2px;
    position: relative;
    text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
    margin: 5px 0;
}
.topText p:nth-child(2){
    margin-left: 65px;
}
.topText p:nth-child(3){
    margin-left: 130px;
}
.nav{
    height: 85px;
    position: relative;
    background: #be0121 url("/material/new_images/navbg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 140px;
}
.nav li{
    /* width: 145px; */
    width: 166px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    float: left;
}
.nav li.home{
    height: 100px;
    background: url("/material/new_images/nav-home.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -15px;
}
.nav li a{
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 13px;
}
.nav li a p{
    font-size: 18px;
    margin-top: 5px;
}
.nav li a img{
    height: 28px;
}
.nav li.home a{
    padding-top: 28px;
}
.nav li:hover{
    background: #b50120;
}
.nav li.home:hover{
    background: url("/material/new_images/nav-home.png") no-repeat;
    background-size: 100% 100%;
}
.nav li dl{
    position: absolute;
    width: 170px;
    top: 85px;
    background: #b50120;
    z-index: 1000;
    box-shadow: 0 2px 5px #666;
    display: none;
}

.nav li dl dt a{
    display: block;
    padding: 12px 20px;
    box-sizing: border-box;
    border-top: 1px solid #cb4e63;
    font-size: 16px;
    text-align: left;
}
.nav li dl dt:first-child a{
    border-top: none;
}
.nav li dl dt a:hover{
    background: #a0041f;
}
.footer{
    position: relative;
    background: #9e021c url("/material/new_images/fbg.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    color: #fff;
}
.fcon{
    width: 1240px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding: 25px 20px;
}
.yqljTit{
    float: left;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background: url("/material/new_images/link.png") no-repeat 0 center;
    font-weight: bold;
}
.yqlj{
    float: right;
    width: 1070px;
}
.yqlj select{
    float: left;
    width: 280px;
    height: 30px;
    border: none;
    margin-left: 115px;
    outline: none;
}
.yqlj select:first-child{
    margin-left: 0;
}
.f-left{
    float: left;
    width: ７20px;
    font-size: 14px;
}
.f-left p{
    margin-bottom: 10px;
}
.f-left p a{
    color: #fff;
}
.f-left p a:hover{
    color: #fff;
    text-decoration: underline;
}
.gongan{
    background: url("/material/new_images/gongan.png") no-repeat 0 center;
    padding-left: 25px;
}
.wzdtlink{
    text-decoration: underline;
}
.f-right{
    width: 520px;
    float: right;
}
.f-right ul{
    width: 450px;
    float: left;
    height: 75px;
    background: rgba(255,255,255,0.1);
}
.f-right ul li{
    float: left;
    width: 150px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 16px;
}
.blue{
    float: right;
    margin-top: -5px;
}